Previous page Next page

Top Line Push Message (PM)

The first step in sending a Top Line push is to send an HTTP POST request from the Push Initiator to the telephone’s Push Agent. The XML Message (PM) sent from the Push Initiator to the Push Agent is as follows:

<?xml version="1.0"?> 
 
<Push

alert=“0|1|2|3”

type=“Top Line”

mode=“normal|barge” 
 
> 
 
<go href=“http://trusted_push_server/filename.xml” 
method=“get|post”>

<postfield name=“name1” value=“value1”/>

<postfield name=“name2” value=“value2”/> 
 
</go> 
 
</Push> 
 

Previous page Next page